'Declaration
Public Function New( _ ByVal list As IList(Of T), _ ByVal makeCopy As Boolean _ )
'Usage
Dim list As IList(Of T) Dim makeCopy As Boolean Dim instance As New ReadOnlyList(Of T)(list, makeCopy)
public: ReadOnlyList<T>( IList<T^>^ list, bool makeCopy )
Parameters
- list
- makeCopy